﻿@charset "utf-8";
/*滚动页面*/
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
body >img{
   display:none;
}
.go {
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 80px;
}

.go a {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    white-space: nowrap;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: rgba(150, 168, 180, 0.4);
    font-size: 32px;
    margin-bottom: 1px;
    transition: all .3s;
}

.go .gotop {
    display: none;
}

.go a:last-child {
    margin-bottom: 0;
}

.go .gobottom {
}

@media only screen and (max-width: 992px) {
    .go {
        left: auto;
        right: 0;
        margin-left: 0;
    }

    .go a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .go {
        left: auto;
        right: 0;
        margin-left: 0;
    }
}

.bg-reveal {
    background-color: rgba(0, 0, 0, 0.8) !important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    display: none;
}

.bg-reveal.bg-black {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.over-hidden {
    overflow: hidden;
    height: 100vh;
}

@media only screen and (max-width: 639px) {
    .bg-reveal.show {
        display: block;
    }
}

/*列表块长度自动截取*/

.auto_list {
    overflow: hidden;
}

.auto_list .title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;

}

.auto_list .time {
    float: right;
}

/* header */
.mobile {
    display: none;
}

.nav-box {
    display: none;
}

.nav-box .fa-qrcode {
    position: absolute;
    top: 24px;
    right: 12px;
    font-size: 24px;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -webkit-backface-visibility: hidden;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .move-right > .inner-wrap {
        background: #efefef;
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-transform: translateX(13.88889rem);
        -moz-transform: translateX(13.88889rem);
        -ms-transform: translateX(13.88889rem);
        -ms-transform: translateX(13.88889rem);
        -o-transform: translateX(13.88889rem);
        transform: translateX(13.88889rem);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -ms-transition: -ms-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
    }

    .mobile {
        display: block;
        position: relative;
        top: 0px;
        left: 0;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }

    .mobile-menu {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 50px;
        height: 50px;
        line-height: 40px;
        text-align: center;
        z-index: 10;
        cursor: pointer;
    }

    .mobile-menu.open > .menu-patty:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mobile-menu.open > .menu-patty {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .mobile-menu.open > .menu-patty:last-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu-patty {
        margin: -2px auto;
        width: 25px;
        height: 3px;
        background-color: #fff;
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        -webkit-transition: -webkit-transform 0.2s ease;
        -o-transition: -o-transform 0.2s ease;
        transition: transform .2s ease;
    }

    .menu-patty:first-child {
        -webkit-transform: translateY(-9px);
        -ms-transform: translateY(-9px);
        -o-transform: translateY(-9px);
        transform: translateY(-9px);
    }

    .menu-patty:last-child {
        -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
        -o-transform: translateY(9px);
        transform: translateY(9px);
    }

    .mobile-title {
        font-size: 1.25rem;
        display: block;
        text-align: left;
        border-bottom: 2px solid #ddd;
        padding: 10px 0 10px 20px;
        box-shadow: 0 0 6px rgba(0, 0, 0, .4);
    }

    .mobile-share {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 45px;
        height: 45px;
        z-index: 2;
        cursor: pointer;
        font-size: 1.5rem;
    }

    .banner .p-title {
        font-size: 1.3rem;
    }

    .banner .s-title {
        font-size: 0.9rem;
    }

    .nav-box {
        display: block;
        box-shadow: rgb(238, 238, 238) 0px 0px 10px;
        background: #fafafa;
        border-right: 1px solid rgb(238, 238, 238);
        padding: 0;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 13.88889rem;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        z-index: 8;
        box-sizing: content-box;
        -webkit-backface-visibility: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        transition: transform 500ms ease 0s;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .nav-box li {
        padding: 5px 0;
    }

    .nav-box li.active {
        background: #fff;
    }
}

.row, .row .row {
    margin: 0 -5px;
}

.row .columns {
    padding: 0 5px;
}

.main {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
}

/* header*/
.header .left-box,
.header .center-box {
    float: left;
}

.header .right-box {
    float: right;
}

.banner, .top-nav {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.weibo-link {
    position: absolute;
    text-align: center;
    width: 160px;
    margin: 0 auto;
    bottom: 20px;
    left: 0;
    right: 0;
}

.weibo-link a {
    font-size: 18px;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #666;
    color: #fff;
}

.weibo-link a span {
    margin: 0;
}

.r-banner {
    padding: 35px 0;
}

.e-banner {
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: relative;
    /*background-image: url(../images/banner.png);*/
}

.e-banner a {
    display: block;
    color: #333;
    font-size: 32px;
    font-weight: 600;
    font-family: "微软雅黑";
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.3), 1px 1px 1px rgba(255, 255, 255, 0.3), -2px -2px 5px rgba(0, 0, 0, 0.25), 2px 2px 5px rgba(0, 0, 0, 0.25);
}

/*.e-banner a:hover {*/
/*color: #000;*/
/*}*/
.logo {
    display: block;
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 8px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(255, 255, 255, .8);
    border: 2px solid #fff;
}

.logo h1 {
    margin: 0;
    line-height: 40px;
}

.header.open {
    position: relative;
    z-index: 102;
}

.top-nav {
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.top-nav a {
    height: 50px;
    line-height: 50px;
    color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    font-family: "microsoft yahei";
}

.top-nav a:first-child {
    background: url(../images/index.png) no-repeat center 33px;
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
    .logo {
        width: 60px;
        height: 60px;
    }

    .t-logo {
        width: 200px;
        height: 60px;
    }

    .top-nav {
        padding: 0;
    }

    .top-nav a {
        padding: 0 0 0 20px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 639px) {
    .left-box {
        width: 100%;
        position: relative;
    }

    .r-banner {
        padding: 0 !important;
        position: relative;
    }

    .top-nav {
        display: block;
        height: auto;
        line-height: normal;
    }

    .top-nav a {
        color: inherit;
        display: block;
        padding: 0 0 0 20px;
        text-align: left;
        font-size: 16px;
    }
}

/*suggesstion*/
.suggest-container ol {
    margin: 0;
}

.suggest-container ol li {
    padding-left: 26px;
    background: url(../images/search-icon1.png) no-repeat;
    background-size: 14px;
    background-position: 10px 6px;
    line-height: 24px;
}

.suggest-container ol li .suggest-result {
    color: #aaa;
}

.ac_result {
    margin: 0;
    position: absolute;
    z-index: 10;
    opacity: 0;
    left: 0;
    top: 37px;
    width: calc(100% - 60px);
    transition: opacity 0.2s;
    background-color: #fff;
    border: 1px solid #ddd;
    display: none;
}

.ac_result.is-open {
    opacity: 1;
    display: block;
}

.ac_desc {
    display: inline-block;
    color: #B2B2B2;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 40%;
    text-align: right;
}

.ac_word {
    display: inline-block;
    padding-left: 6px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60%;
}

.ac_result li {
    font-size: 12px;
    list-style: none;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
}

.ac_result li:hover {
    background: #eee;
}

.ac_word-1 {
    width: 60%;
    display: inline-block;
    padding: 0;
    padding-top: 2px;
    padding-left: 26px;
    margin: 0;
    text-align: left;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ac_result li .fa,
.ac_word {
    color: #666;
}

.ac_result li .fa {
    line-height: 30px;
    overflow: hidden;
    width: 20px;
    text-align: center;
}

@media only screen and (max-width: 639px) {
    .ac_result {
        background: none;
        border: none;
        width: 100%;
        left: 0;
        z-index: 102;
        top: 50px;
    }

    .ac_result li:hover {
        background-color: inherit;
    }

    .ac_word, .ac_desc {
        color: #fff;
    }
}

/*@media only screen and (width: 768px) {*/
/*.e-banner a:first-child {*/
/*position: absolute;*/
/*left: 50%;*/
/*margin-left: -25%;*/
/*}*/
/*}*/

@media only screen and (min-width: 640px) and (max-width: 668px) {
    .p-logo {
        display: none;
    }
}

@media only screen and (max-width: 639px) {
    .e-banner {
        /*height: 60px;*/
        /*line-height: 60px;*/
        text-align: center;
    }

    .e-banner a {
        font-size: 1.3rem
    }

    .banner {
        padding: 0;
    }

    /*.banner .right-box {
        position: absolute;
        right: 10px;
        z-index: 3;
    }*/
    .logo {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 6px;
        z-index: 3;
        float: none;
        margin: 0;
        border-radius: 0;
        border-width: 0;
        box-shadow: none;
    }

    .p-logo {
        left: 0;
        padding-left: 46px;
        right: 0;
        margin: auto;
        width: 166px;
        color: #fff !important;
        line-height: 40px;
    }

    .p-logo span {
        font-size: 20px;
        line-height: 40px;
    }

    .s-logo {
        display: none;
    }

    .t-logo {
        display: none;
    }

    .ac_result li {
        font-size: 14px;
        height: 38px;
        line-height: 38px;
    }
}

/*footer*/
.footer {
    text-align: center;
    margin: 0 auto;
    line-height: 24px;
    font-size: 12px;
}

.footer .copyright {
    padding: 20px 0;
    position: relative;
    font-family: "微软雅黑";
    background: linear-gradient(to bottom, #1f83d8 0%, #1968ab 50%, #1f83d8 100%);
    margin-top: 1rem;
    color: #fff;
}
.footer .copyright a{
    color: #fff;
}
.footer .subnav a {
    padding: 0 10px;
}

#_ideConac {
    position: absolute;
    left: calc(50% + 225px);
    top: 16px;
}

#_ideJiucuo {
    position: absolute;
    left: calc(50% + 297px);
    top: 28px;
}

@media only screen and (min-width: 640px) {
    .logo h1 {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 639px) {
    .footer {
        margin: 10px auto;
    }

    .footer .subnav a {
        padding: 0 5px;
    }

    .footer .copyright {
        padding: 0;
    }

    .footer .copyright span {
        display: none;
    }
}

/*首页*/
.search {
    width: 400px;
    padding-right: 60px;
    position: relative;
    top: 20px;
}

.search .button {
    position: absolute;
    right: 3px;
    top: 0;
    font-size: 14px;
    padding: 0 15px;
    height: 37px;
    line-height: 37px;
}

.search i.fa {
    position: absolute;
    font-size: 22px;
    right: 69px;
    top: 6px;
    cursor: pointer;
}

.fa-search {
    color: #1f83d8;
}

.fa-circle-o-notch {
    color: gray;
}

.search input,
.search input:focus {
    padding-right: 30px;
}

.icon-search,
.icon-share {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3;
    display: none;
    float: right;
}

.icon-share:before,
.icon-share:after {
    content: "\f1e0";
}

.icon-share:after {
    opacity: 0;
}

.icon-search:before,
.icon-search:after {
    content: '';
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.icon-search:before {
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.icon-search:after {
    height: 2px;
    width: 8px;
    background: #fff;
    bottom: 14px;
    right: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-search span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.icon-search span:before,
.icon-search span:after,
.icon-share span:before,
.icon-share span:after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 22px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.icon-search span:before,
.icon-share span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-search span:after,
.icon-share span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.icon-search.icon-is-visible span:before,
.icon-share.icon-is-visible span:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.icon-search.icon-is-visible span:after,
.icon-share.icon-is-visible span:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-search.icon-is-visible:before,
.icon-search.icon-is-visible:after,
.icon-share.icon-is-visible:before,
.icon-share.icon-is-visible:after {
    opacity: 0;
}

.icon-search.icon-is-visible span:before,
.icon-search.icon-is-visible span:after,
.icon-share.icon-is-visible span:before,
.icon-share.icon-is-visible span:after {
    opacity: 1;
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
    .search {
        width: 320px;
        top: 12px;
        padding-right: 50px;
    }

    .search .button {
        right: 3px;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 639px) {
    .icon-search,
    .icon-share {
        display: block;
    }

    .search {
        display: none;
    }

    .search.open {
        position: absolute;
        top: 50px;
        left: 0;
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .search.open input {
        border: none;
        font-size: 16px;
        height: 50px;
        text-indent: 32px;
    }

    .search input,
    .search input:focus {
        padding-right: 0.5rem;
        background-image: none;
    }

    .search .button {
        right: 0;
        padding: 0;
        height: 50px;
        line-height: 50px;
        width: 47px;
        background: none;
        color: #1f83d8;
    }

    .search i.fa {
        position: absolute;
        font-size: 22px;
        left: 12px;
        top: 14px;
        right: auto;
        color: gray;
    }
}

.notice {
    position: relative;
}

.notice .tit {
    font-size: 16px;
    font-weight: 600;
    float: left;
}

.notice .tit .fa {
    font-size: 16px;
    margin: 0 4px;
}

.notice .marquee {
    width: auto;
    height: 46px;
    overflow: hidden;
}

.notice .marquee ul {
    margin: 0;
}

.notice .marquee li {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.marquee ul li a {
    width: auto;
    max-width: calc(100% - 100px);
    font-size: 14px;
    float: left;
}

.marquee ul li a.more-notice {
    margin-left: 10px;
}

.marquee ul li span {
    display: inline-block;
    float: left;
}

@media only screen and (max-width: 639px) {
    .notice {
        padding: 0;
    }

    .notice .tit {
        font-weight: normal;
    }
}

/*special_1*/
.swiper-container .swiper-slide img {
    width: 100%;
    min-height: 46px;
}

.swiper-container .swiper-slide .fa {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: rgba(255, 255, 255, 0.8);
    width: 60px;
    height: 60px;
    font-size: 60px;
}

.swiper_s .swiper-slide .text {
    height: 32px;
    line-height: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    padding: 0 2%;
    display: block;
}

.swiper_s .swiper-slide .text span {
    display: block;
    width: calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper_s .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 0;
    color: #fff;
    background: #868686;
    opacity: 0.8;
    margin: 0 2px 0 0;

}

.swiper_ad .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    color: #86a2cd;
    background: #e4f1fe;
    border-radius: 2px;
}

.swiper_s .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1f83d8;
    opacity: 1;
    color: #fff;
}

.swiper_s .swiper-pagination.swiper-pagination-bullets {
    bottom: 1px;
    left: auto;
    right: 3px;
    width: auto;
}

.swiper_s .swiper-wrapper {
    height: 100%;
}

.swiper_s .swiper-slide a {
    display: block;
    position: relative;
    height: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 639px) {
    .swiper_s .swiper-pagination.swiper-pagination-bullets {
        bottom: 3px;
    }

    .swiper_ad .swiper-pagination.swiper-pagination-bullets {
        bottom: -3px;
    }
}

.channel span {
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    padding-left: 20px;
}

/*最新震情*/
.map-box .columns {
    padding: 0;
}

.map-box .list-box {
    height: 210px;
    overflow: hidden;
    width: 270px;
    float: left;
    padding-right: 10px;
}

.map-box .list li:last-child {
    border: none;
}

.map-box .list li {
    position: relative;
    padding: 4px 10px 4px 15px;
    border-bottom: 1px solid #ddd;
    background-position: 4px 10px;
    cursor: pointer;
    background-image: url(../images/ranking.png);
    background-repeat: no-repeat;
}

.map-box .list li .detailed a {
    display: none;
}

.map-box .list li:hover .detailed a {
    display: inline-block;
}

.map-box .list.load li {
    transform: translateY(60px);
}

.map-box li .detailed {
    padding: 0 5px 0 0;
}

.map-box li .detailed .title,
.swiper-box .detailed .title {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-box .detailed .title a {
    color: #1779ba;
}

.map-box .list li.active .title {
    color: #1f83d8;
    font-size: 13px;
}

.map-box li .detailed .txt {
    line-height: 1.5;
    font-size: 13px;
    color: gray;
}

.map-box li .time,
.map-box li .distance,
.swiper-box .time,
.swiper-box .distance {
    color: #8f8f8f;
    font-size: 12px;
}

.map-box li .time,
.swiper-box .time {
    float: none;
}

.map-box li .distance {
    float: right;
    max-width: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-box .distance {
    float: right;
}

.map-box .list li.active .fa-angle-right {
    display: block;
}

.anchorBL, .BMap_stdMpCtrl {
    display: none;
}

.BMap_pop img, .BMap_shadow img {
    max-width: inherit;
}

.BMap_bubble_content .info {
    width: 300px;
    height: 140px;
    position: relative;
    overflow-y: hidden;
}

.BMap_scaleCtrl {
    left: auto !important;
    right: 10px !important;
    bottom: 80px !important;
}

.map {
    position: relative;
    width: calc(100% - 270px);
    float: left;
}

.map-text {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    line-height: 1.5;
    background-color: rgba(255, 255, 255, 0.8);
    color: gray;
    font-size: 13px;
}

@media only screen and (min-width: 1025px) {
    .map-box li:hover .fa-angle-right {
        display: block;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
    .map-box {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 639px) {
    .location {
        top: 50px;
    }

    .map-box {
        border: none;
    }

    .map-box .list-box {
        margin-top: 40px;
    }

    .map-box .large-3,
    .map-box .large-9 {
        border: none;
    }

    .map-box li .detailed .title {
        font-size: 14px;
    }

    .BMap_bubble_content .info {
        width: 200px;
        min-height: 100px;
        font-size: 12px;
        line-height: 18px;
    }

    .BMap_stdMpZoom {
        display: none;
    }

    .map {
        width: 100%;
        float: none;
    }
}

@media only screen and (min-width: 1025px) {
    .map-box li:hover .fa-angle-right {
        display: block;
    }
}

@media only screen and (max-width: 639px) {
    .swiper-box, .swiper-container {
        width: 100%;
    }

    .swiper-box {
        position: absolute;
        bottom: 10px;
        padding: 0 10px;
        font-size: 12px;
    }

    .swiper-box .con {
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 5px;
    }

    .map-box li .detailed {
        padding: 0 10px 0 54px;
    }

    .map-box li .detailed .txt,
    .swiper-box .detailed .txt {
        line-height: 18px;
        font-size: 10px;
        color: gray;
    }

    .swiper-box .title {
        font-size: 14px;
        line-height: 1.6;
    }

    .marquee ul li a {
        max-width: calc(100% - 50px);
    }

    .marquee ul li span {
        display: none;
    }
}

.info_list {
    padding: 0;
}

.info_list li{
    line-height: 30px;
    height: 30px;
    color: gray;
}

.info_list li a{
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 56px);
}

.info_list li span{
    float: right;
}
.info_list li span.tabmore {
    position: absolute;
    right: 9px;
    background: white;
}
.info_list li span.tabmore a {
    overflow: visible;
    font-size: 12px;
}
#map-card .swiper-pagination {
    right: 10px;
    bottom: 10px;
    left: auto;
    float: right;
    width: 40px;
}

.min-height90 .modcon {
    min-height: 92px !important;
}

/*地图label*/
.ipLocTitle {
    height: 30px;
    border: 1px solid #c4c7cc;
    font-size: 13px;
    background-color: #FFF;
    padding-left: 14px;
    padding-right: 7px;
    line-height: 30px;
    cursor: pointer;
    border: 1px solid rgba(51, 51, 51, .2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .2);
    border-top: 0;
    border-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ipLocFooter {
    margin: auto;
    margin-top: -1px;
    width: 18px;
    height: 10px;
    background: url(../images/ipLocation_ac75181.png);
    background-size: 76px, auto;
    background-position: -43px 0;
    white-space: initial;
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
    #weixin {
        left: auto !important;
        right: 0;
    }
}

.mod-output .modcon {
    min-height: 200px;
}

.mod-output .modcon li {
    line-height: 2.2;
}

.mod-rec-l1.mod-output li {
    background: none;
    padding-left: 0;
}

#e-close {
    position: absolute;
    font-size: 12px;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    background: #fff;
    width: 52px;
    font-family: "宋体";
    text-shadow: none;
    top: 60px;
    right: 20px;
    text-align: center;
    border: 1px solid #ddd;
}

#e-close i {
    display: none;
}

#e-close span {
    display: block;
}

@media only screen and  (max-width: 1023px) {
    #e-close {
        font-size: 14px;
        font-weight: normal;
        height: 24px;
        line-height: 24px;
        background: none;
        width: 24px;
        right: 0 !important;
        top: 10px;
    }
}

@media only screen and  (max-width: 1023px) {
    #e-close i {
        display: block;
        font-style: normal;
    }

    #e-close span {
        display: none;
    }

    #e-close {
        font-size: 24px;
        font-weight: normal;
        height: 24px;
        line-height: 24px;
        border: none;
        background: none;
        width: 24px;
        right: 0 !important;
        top: 2px;
    }
}

/*地震专题banner*/
.earthquake-special {
    overflow: hidden;
    /*background-color: #eff6fd;*/
    /*margin: 10px 0;*/
    position: relative;
}

/*首页左右固定专题*/
.left_special {
    position: fixed;
    left: 0;
    bottom: 50px;
    /*width: 160px;*/
    z-index: 9;
    background-color: #FFF;
    margin: 0;
}

.right_special {
    position: fixed;
    right: 0;
    bottom: 50px;
    /*width: 160px;*/
    z-index: 9;
    background-color: #FFF;
    margin: 0;
}

.left_special i, .right_special i {
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
    color: #999;
}

.left_special i:hover, .right_special i:hover {
    color: #1f83d8;
}

.left_special .img, .right_special .img {
    width: auto;
    height: auto;
}

.left_special .img img, .right_special .img img {
    box-sizing: border-box;
    vertical-align: middle;
    height: 220px;
}

/*demo*/
.jgsz_tub > div {
    height: 60px;
    color: rgb(3, 51, 51);
    border-radius: 3px;
}

.jgsz_tub > div .text {
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    background: rgb(229, 232, 236);
    font-size: 14px;
}

.news-list {
    position: relative;
    text-align: center;
}

.news-list > p:first-child {
    border-bottom: 2px dashed #bcbcbc;
}

.news-list img {
    position: absolute;
    top: 0;
    left: 0;
}

.news-list .more {
    color: #1f83d8;
    position: absolute;
    right: 10px;
    bottom: 0px;
}

.news-list .tit1 {
    /*height: 47px;*/
    /*line-height: 47px;*/
    text-align: center;
    margin-bottom: 0;
    font-family: "微软雅黑", Helvetica, sans-serif;
}

.news-list .tit1 a {
    color: #1f83d8;
    font-size: 25px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:88%;
    margin: 0 auto;
}
@media only screen and  (max-width: 768px) {
    .news-list .tit1 a {
        font-size: 23px;
    }
}
.news-list .tit2 {
    height: 47px;
    margin-bottom: 0;
    line-height: 47px;
    text-align: center;
}

.news-list .tit2 a {
    color: #1f83d8;
    font-size: 25px;
    font-weight: bold;
    display: block;
}

.card li.card-sea {
    background-image: url(../images/sea.png);
    background-position: 22px;
    min-height: 56px;
}

.card li.card-sea a {
    line-height: 2.9;
    width: auto;
}

.card-sea-mod ul {
    margin-left: 0;
}

.card-sea-mod li {
    font-size: 14px;
}

.card-sea-mod li a {
    margin-left: 4px;
    color: #1f83d8;
}

.earthquake-info {
    overflow: hidden;
    /*width: 1000px;*/
    position: relative;
    background: url(../images/bg_001.png) no-repeat center top;
    height: 60px;
    line-height: 60px;
    margin: 10px 0;
}

.info-box {
    overflow: hidden;
    float: left;
}

.info-box ul {
    float: left;
    height: 60px;
    overflow: hidden;
    zoom: 1;
}

.info-box ul li {
    float: left;
    line-height: 60px;
    list-style: none;
}

.info-box ul li a {
    margin-right: 30px;
    color: #e06d1d;
    font-weight: bold;
    font-size: 16px;
}

.special .title img {
    width: 1000px;
    height: 70px;
    vertical-align: top;
}

.special .section {
    background: #ffeed2;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #fff;
    padding-left: 6px;
    clear: both;
}

.special .left {
    width: 900px;
    float: left;
    overflow: hidden;
}

.special .left span {
    padding: 0 20px;
}

.special .right {
    width: 94px;
    float: right;
}

.special .right em {
    padding: 0 15px;
    font-size: 14px;
}

.special .right em a {
    color: #aaa;
}

/*图片切换*/
.scroll_all {
    /*width: 623px;*/
    /**width: 621px;*/
}

.scroll_all .scroll_l {
    width: 32px;
    *width: 31px;
    height: 85px;
    float: left;
    background: url(../images/scroll_left.png) no-repeat center center;
    text-indent: -999em;
    cursor: pointer;
}

.scroll_all .scroll_r {
    width: 32px;
    *width: 31px;
    height: 85px;
    float: left;
    background: url(../images/scroll_right.png) no-repeat center center;
    text-indent: -999em;
    cursor: pointer;
}

.scroll_all .leader_list {
    float: left;
    margin: 0 0px;
}

@media only screen and  (max-width: 1023px) {
    .leader_list {
        width: calc(100% - 64px) !important;
    }
}

.scroll_all .leader_list ul li {
    list-style: none;
    width: 330px;
    float: left;
    line-height: 29px;
    text-align: left;
    padding: 0 0;
    margin: 0 7px;
}

.scroll_all .leader_list ul li img {
    width: 330px;
    height: 85px;
    padding: 0;
    margin-bottom: 0;
}

.scroll_intro {
    float: left;
    width: 173px;
    font-size: 12px;
    border-bottom: 2px solid #d3d8db;
}

.scroll_title {
    font-weight: bold;
    width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.scroll_detail {
    margin: 5px;
    line-height: 20px;
}

.tab-rec-1 .table {
    height: 40px;
    border-bottom: 1px solid #cbe3f8;
    background: #eff6fd;
    position: relative;
}

.tab-rec-1 .table .modmore {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #1f83d8;
}

.tab-rec-1 .table ul {
    margin-left: 0;
    background: #eff6fd;
    position: relative;
}

.table ul li {
    float: left;
    width: 33.3333%;
    font-size: 14px;
    height: 39px;
    line-height: 39px;
    background-color: #eff6fd;
    text-align: center;
    cursor: pointer;
}

.dynamic .table ul li {
    font-weight: bolder;
}

.table li.on {
    position: relative;
    top: 1px;
    color: #1f83d8;
}

.dynamic .table li.on {
    color: #fe8313;
    font-size: 18px;
    font-weight: normal;
    font-family: "微软雅黑";
}
.dynamic .table li.on a{
    color: #fe8313;
    font-size: 18px;
    font-weight: normal;
    font-family: "微软雅黑";
}
.dynamic .modcon{
    height: 283px;
}
.table ul li.on {
    background-color: #fff;
    border-bottom: none;
    font-weight: bold;
}

.table ul li.on .more {
    display: inline-block;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0px 10px;
}

.table ul li .more a {
    color: #1f83d8;
    font-weight: normal;
}

.header_box {
    position: relative;
}

.nav_title {
    position: absolute;
    left: -36px;
    bottom: -11px;
    width: 33px;
    text-align: center;
    margin-top: 40px;
}

.nav_title a {
    width: 20px;
    padding: 22px 8px;
    display: block;
    margin-top: 5px;
    font-size: 16px;
    color: #1f83d8;
    background: #eff6fd;
    border-radius: 4px;
    box-sizing: content-box;
}

.nav_title a.hover {
    background: #1f83d8;
    color: #fff;
}

.zx_list li {
    position: relative;
    line-height: 24px;
    background-image: url(../images/ranking.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 15px;
    position: relative;
}
@media only screen and  (max-width: 640px) {
    #data_swiper_1{
        max-height:300px;
    }
}
@media only screen and (max-width: 639px) and (min-width: 320px){
    .dynamic .modcon{
        height: auto;
    }
}
.clboxmain {
        position: relative;
}
.clbox {
        position: absolute;
        top: 80px;
        right: -220px;
    }
.clbox .customize_panel.dropdown-pane {
        width: 140px !important;
    }
    .clbox .customize_panel.dropdown-pane img {
        width: 140px;
        height: 133px;
    }
    .clbox a {
        position: relative;
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        /* white-space: nowrap; */
        width: 140px;
        height: 140px;
        text-align: center;
        line-height: 140px;
        color: #fff;
         /*background: rgba(86, 54, 172, 0.8); */
        background: #1f83d8;
        font-size: 32px;
        margin-bottom: 1px;
        transition: all .3s;
    }
    .clbox a:hover {
 /* background: #1f83d8; */
        background: rgba(86, 54, 172, 1);
    }

    .clbox .clbox-img-txt {
        display: inline-block;
    }

    .clbox .clbox-img-txt .clbox-img {
        display: block;
        line-height: 85px;
    }

    .clbox .clbox-img-txt img {
        width: 42px;
        height: 42px;
    }
    .clbox .clbox-img-txt .weibo-img {
        width: 80px;
        height: 32px;
    }

    .clbox .clbox-img-txt .clbox-txt {
        display: block;
        font-size: 16px;
        line-height: 22px;
        font-weight: bolder;
    }
    .clbox .clbox-content {
        font-size: 20px;
        font-weight: bolder;
        height: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .clbox .clbox-content .clbox-content-txt {
        width: 90%;
        line-height: 35px;
        margin: 0 auto;
        position: relative;
        top: 50%;
        margin-top: -35px;
    }
    .clbox .clbox-content .margin-txt {
        margin-top: -52px!important;
    }
.swiper-box .detailed .title .autoinf, .map-box .detailed .title .autoinfo {
    color: #1f83d8;
    font-weight: bold;
    font-size: 12px;
}

.banner {
    background: url(../images/bg.png) no-repeat top center;
}
.header {
    background: url(../images/body-bg.png) top center;
    position: relative;
}
/*.header.tnpc{
    background: url(../images/tnpc.png) no-repeat top center !important;
    padding-top: 60px;
    background-size: cover!important;
}
.header .tnpc-bananer{
     display:none;
}
.header.tnpc .tnpc-bananer{
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    cursor: pointer;
}
.header.tnpc .tnpc-bananer div,.header.tnpc .tnpc-bananer a{
    width: 100%;
    height: 100%;
    display: block;
}
@media only screen and (max-width: 639px) {
    .header.tnpc{
        background: url(../images/tnpc.png) no-repeat top center !important;
        padding-top: 60px;
        background-size: 280% !important;
        background-position: 80% 0%!important;
    }
.header.tnpc .tnpc-bananer{
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    cursor: pointer;
}
}
*/
body div#layout{
    background: white;
}
.tool-bar-bg{
    display: none;
}
